diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/basic-contract/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/basic-contract/page.tsx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/basic-contract/page.tsx b/app/[lng]/evcp/(evcp)/basic-contract/page.tsx index a043e530..b0b46197 100644 --- a/app/[lng]/evcp/(evcp)/basic-contract/page.tsx +++ b/app/[lng]/evcp/(evcp)/basic-contract/page.tsx @@ -8,6 +8,7 @@ import { Shell } from "@/components/shell" import { getBasicContracts } from "@/lib/basic-contract/service" import { searchParamsCache } from "@/lib/basic-contract/validations" import { BasicContractsTable } from "@/lib/basic-contract/status/basic-contract-table" +import { InformationButton } from "@/components/information/information-button" interface IndexPageProps { @@ -33,9 +34,12 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div className="flex items-center justify-between space-y-2"> <div> - <h2 className="text-2xl font-bold tracking-tight"> - 기본계약서 서명 현황 - </h2> + <div className="flex items-center gap-2"> + <h2 className="text-2xl font-bold tracking-tight"> + 기본계약서 서명 현황 + </h2> + <InformationButton pageCode="evcp/basic-contract" /> + </div> <p className="text-muted-foreground"> 기본계약서를 비롯하여 초기 서명이 필요한 문서의 서명 현황을 확인할 수 있고 서명된 문서들을 다운로드할 수 있습니다. {" "} {/* <span className="inline-flex items-center whitespace-nowrap"> |
